home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’95 / GEQTHack / GEQTHack.src / GEMovie.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-24  |  545 b   |  43 lines  |  [TEXT/MMCC]

  1. /*
  2.     GEMovie.h
  3.     
  4.     Graphic Elements QuickTime movie test
  5.     
  6.     Copyright 1995 by Al Evans. All rights reserved.
  7.     
  8.     5/11/95
  9.     
  10. */
  11.  
  12. #ifdef applec
  13. #ifndef __cplusplus
  14. #ifndef PRELOAD
  15. #pragma load "::ToolKit.precompile"
  16. #define PRELOAD
  17. #endif
  18. #endif
  19. #endif
  20.  
  21. #ifndef GRAPHELEMENTS
  22. #include "GraphElements.h"
  23. #endif
  24.  
  25. //Movie plane
  26.  
  27. #define moviePlane    399
  28.  
  29. //Movie ID
  30. #define movieID 'MoVi'
  31.  
  32. #ifdef __cplusplus
  33. extern "C" {
  34. #endif
  35.  
  36. Boolean LoadQTMovieScene(GEWorldPtr world);
  37.  
  38. void PlayGEMovie(GEWorldPtr world, Boolean playIt);
  39.  
  40. #ifdef __cplusplus
  41. }
  42. #endif
  43.